home *** CD-ROM | disk | FTP | other *** search
- object FormHTMLFrameFrameSet: TFormHTMLFrameFrameSet
- Left = 46
- Top = 62
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Frame Set'
- ClientHeight = 290
- ClientWidth = 570
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object EditHTMLTag: TEdit
- Left = 4
- Top = 0
- Width = 83
- Height = 21
- Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
- TabStop = False
- AutoSize = False
- ParentColor = True
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 0
- Text = 'EditHTMLTag'
- OnChange = EditHTMLTagChange
- end
- object GroupBoxROWS: TGroupBox
- Left = 8
- Top = 132
- Width = 357
- Height = 97
- Caption = 'ROWS'
- TabOrder = 1
- object EditROWS: TEdit
- Left = 95
- Top = 44
- Width = 167
- Height = 21
- TabOrder = 0
- OnChange = EditROWSChange
- OnExit = EditROWSExit
- OnKeyPress = EditROWSKeyPress
- end
- object PanelROWS: TPanel
- Left = 2
- Top = 73
- Width = 353
- Height = 22
- Hint = 'ROWS attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelROWS'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelROWSClick
- end
- object PanelHint_ROWS: TPanel
- Left = 2
- Top = 15
- Width = 353
- Height = 22
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Caption =
- 'Valid is any combination of: Number of Pixels,Number of %,[Numbe' +
- 'r]*'
- TabOrder = 2
- end
- end
- object GroupBoxFRAMESPACING: TGroupBox
- Left = 376
- Top = 28
- Width = 185
- Height = 37
- Caption = 'FRAMESPACING'
- TabOrder = 2
- object PanelFRAMESPACING: TPanel
- Left = 2
- Top = 15
- Width = 115
- Height = 20
- Hint = 'FRAMESPACING attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelFRAMESPACING'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelFRAMESPACINGClick
- end
- object SpinEditFRAMESPACING: TSpinEdit
- Left = 120
- Top = 12
- Width = 56
- Height = 22
- AutoSelect = False
- AutoSize = False
- MaxLength = 4
- MaxValue = 100
- MinValue = 0
- TabOrder = 0
- Value = 0
- OnChange = SpinEditFRAMESPACINGChange
- end
- end
- object GroupBoxFRAMEBORDER: TGroupBox
- Left = 376
- Top = 72
- Width = 145
- Height = 37
- Caption = 'FRAMEBORDER'
- TabOrder = 3
- object CheckBoxFRAMEBORDER: TCheckBox
- Left = 8
- Top = 16
- Width = 129
- Height = 17
- Hint = 'FRAMEBORDER=0 attribute'
- Caption = 'FRAMEBORDER=0 '
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = CheckBoxFRAMEBORDERClick
- end
- end
- object GroupBoxCOLS: TGroupBox
- Left = 8
- Top = 28
- Width = 357
- Height = 97
- Caption = 'COLS'
- TabOrder = 4
- object EditCOLS: TEdit
- Left = 95
- Top = 44
- Width = 167
- Height = 21
- TabOrder = 0
- OnChange = EditCOLSChange
- OnExit = EditCOLSExit
- OnKeyPress = EditCOLSKeyPress
- end
- object PanelCOLS: TPanel
- Left = 2
- Top = 73
- Width = 353
- Height = 22
- Hint = 'COLS attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelCOLS'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelCOLSClick
- end
- object Panelhint_COLS: TPanel
- Left = 2
- Top = 15
- Width = 353
- Height = 22
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Caption =
- 'Valid is any combination of: Number of Pixels,Number of %,[Numbe' +
- 'r]*'
- TabOrder = 2
- end
- end
- object PanelBottom: TPanel
- Left = 0
- Top = 237
- Width = 570
- Height = 53
- Align = alBottom
- BevelOuter = bvNone
- Caption = 'PanelBottom'
- Font.Color = clBtnFace
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- object Bevel: TBevel
- Left = 0
- Top = 0
- Width = 570
- Height = 6
- Align = alTop
- Shape = bsTopLine
- end
- object ButtonInsert: TButton
- Left = 4
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Use the HTML tag'
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = ButtonInsertClick
- end
- object ButtonCancel: TButton
- Left = 88
- Top = 8
- Width = 77
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = ButtonCancelClick
- end
- object ButtonHelp: TButton
- Left = 256
- Top = 8
- Width = 77
- Height = 25
- Caption = '&Help'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = ButtonHelpClick
- end
- object ButtonClearAll: TButton
- Left = 172
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Clear and reset all attributes to defaults'
- Caption = 'Clear &All'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = ButtonClearAllClick
- end
- object PanelSaveReuseLevel: TPanel
- Left = 4
- Top = 40
- Width = 329
- Height = 9
- BevelOuter = bvLowered
- Caption = ' '
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnDblClick = PanelSaveReuseLevelDblClick
- OnMouseMove = PanelSaveReuseLevelMouseMove
- end
- end
- end
-